home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1995 #5 & #6 / Amiga Plus CD - 1995 - No. 5 and 6.iso / pd / serien / purity / nr.42 / includes3v1 / includes3v1.lha / Resources / BattMemBitsAmiga.i < prev    next >
Text File  |  1994-12-04  |  1KB  |  53 lines

  1.  
  2.  
  3. CONST
  4. {
  5.  * Amiga specific bits in the battery-backedup ram.
  6.  *
  7.  *      Bits 0 to 31, inclusive
  8.  }
  9.  
  10. {
  11.  * AMIGA_AMNESIA
  12.  *
  13.  *              The battery-backedup memory has had a memory loss.
  14.  *              This bit is used as a flag that the user should be
  15.  *              notified that all battery-backed bit have been
  16.  *              reset and that some attention is required. Zero
  17.  *              indicates that a memory loss has occured.
  18.  }
  19.  
  20.   BATTMEM_AMIGA_AMNESIA_ADDR    =  0;
  21.   BATTMEM_AMIGA_AMNESIA_LEN     =  1;
  22.  
  23.  
  24. {
  25.  * SCSI_TIMEOUT
  26.  *
  27.  *              adjusts the timeout value for SCSI device selection.  A
  28.  *              value of 0 will produce short timeouts (128 ms) while a
  29.  *              value of 1 produces long timeouts (2 sec).  This is used
  30.  *              for SeaCrate drives (and some Maxtors apparently) that
  31.  *              don`t respond to selection until they are fully spun up
  32.  *              and intialised.
  33.  }
  34.  
  35.   BATTMEM_SCSI_TIMEOUT_ADDR     =  1;
  36.   BATTMEM_SCSI_TIMEOUT_LEN      =  1;
  37.  
  38.  
  39. {
  40.  * SCSI_LUNS
  41.  *
  42.  *              Determines if the controller attempts to access logical
  43.  *              units above 0 at any given SCSI address.  This prevents
  44.  *              problems with drives that respond to ALL LUN addresses
  45.  *              (instead of only 0 like they should).  Default value is
  46.  *              0 meaning don't support LUNs.
  47.  }
  48.  
  49.   BATTMEM_SCSI_LUNS_ADDR        =  2;
  50.   BATTMEM_SCSI_LUNS_LEN         =  1;
  51.  
  52.  
  53.